home *** CD-ROM | disk | FTP | other *** search
/ EIDOS Interactive Digital Press Kit ECTS 1997 / EIDOS Digital Press Kit - ECTS 1997 - Disc 2.iso / pc / mmenu.dir / video_3.ls < prev    next >
Encoding:
Text File  |  1997-08-29  |  159 b   |  10 lines

  1. on exitFrame
  2.   go(the frame)
  3.   put the movieTime of sprite 31
  4.   if the movieTime of sprite 31 >= 8340 then
  5.     go(marker(1))
  6.   else
  7.     nothing()
  8.   end if
  9. end
  10.